McProfileSettings.Default method

Creates an McProfileSettings class with the default values based on the provided unit per revolution value.

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public static McProfileSettings Default(
       double unitPerRevolution
)
Public Shared Function Default(
       unitPerRevolution As Double
) As McProfileSettings

Parameters

unitPerRevolution

Type: double

The unit per revolution.

Return value

Type: McProfileSettings

Returns the settings related to the motion of an axis.

Examples

C#
N/A

See also

McProfileSettings Class

IntervalZero.KINGSTAR.Base Namespace